home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Interapplication Communication / MenuScripter 4.0 / MenuScripter / MenuScripter.rsrc / SCPT_4235_Size - Up.txt < prev    next >
Encoding:
Text File  |  1996-07-09  |  246 b   |  9 lines

  1. # (decoded with TMPL 128)
  2. Text: 'tell application "MenuScripter" 
  3. set fontsize to the size of selection
  4. set fontsize to fontsize + 1 
  5. if fontsize is greater than  1999 then
  6. set fontsize to 12
  7. end if
  8. set the size of selection to fontsize
  9. end tell'